vcObject

A base class for all objects. A vcObject becomes invalid when the object it represents is deleted. Accessing properties or methods of such vcObject will raise a ValueError telling that it has been invalidated. It is possible to use "IsValid" property to check the state, without raising an exception.

See in: Overview

Module: vcRobotics

Parent: -

Children: vcJacobian, vcJoint, vcKinObject, vcMotionTarget, vcPositionFrame

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
IsValidBooleanRGets a value that defines if the object contained in this wrapper is still valid.